IStopCommand 介面

代表一個受控的運動停止,可中斷所有正在執行中的方法。當軸處於停止 (Stopping) 狀態,其他函式將無法移動軸,當軸到達速度零後,IKsCommandDone 屬性將立即設為 true。欲離開停止 (Stopping) 狀態並轉為靜止 (Standstill) 狀態,請使用 Abort

繼承體系

System.Object
  IntervalZero.KINGSTAR.Base.Class.IKsCommand
    IntervalZero.KINGSTAR.Base.Class.IStopCommand

命名空間IntervalZero.KINGSTAR.Base.Class

組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
public interface IStopCommand : IKsCommand
Public Interface IStopCommand Inherits IKsCommand

 

IStopCommand 介面陳列了以下成員。

屬性

 名稱說明
Deceleration減速度值。
Jerk加加速度值。

參見

IntervalZero.KINGSTAR.Base.Class 命名空間